unwind-chain-inclusion
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Fri, 27 Jan 2017 10:02:15 +0000 (10:02 +0000)
committerSylvestre Ledru <sylvestre@debian.org>
Fri, 27 Jan 2017 10:02:15 +0000 (10:02 +0000)
commit0ce69f78395eba41b03ff1220077c5fa34aaa007
tree0a8dfff21e135f605da635c7f282470ef20fdd73
parentdc7b170921bf3d54d6e6347db32a0eade599b143
unwind-chain-inclusion

# Without this patch, the first local include of unwind.h might, with the
# __has_include_next, try to include the one from the system.
# It might be /usr/include/clang/3.4/include/unwind.h
# Because of the #ifndef __CLANG_UNWIND_H, it might never include any declaration
# from the system.

Gbp-Pq: Name unwind-chain-inclusion.diff
clang/lib/Headers/unwind.h